object frmSlideShow: TfrmSlideShow Left = 218 Top = 159 BorderStyle = bsNone ClientHeight = 230 ClientWidth = 306 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object psSlideShow: TPicShow Left = 0 Top = 0 Width = 306 Height = 230 Align = alClient BgMode = bmNone Center = True StretchFine = True TabOrder = 0 OnClick = psSlideShowClick OnComplete = psSlideShowComplete OnDblClick = psSlideShowDblClick OnMouseDown = psSlideShowMouseDown DesignSize = ( 306 230) object lblMessage: TLabel Left = 256 Top = 209 Width = 42 Height = 13 Alignment = taRightJustify Anchors = [akRight, akBottom] Caption = 'Message' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end object lblFileName: TLabel Left = 8 Top = 8 Width = 46 Height = 13 Caption = 'File Name' Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end end object pmSlideShow: TPopupMenu OnPopup = pmSlideShowPopup Left = 112 Top = 40 object miPlay: TMenuItem Caption = '&Play' OnClick = ToggleManualMenusClick end object miPause: TMenuItem Caption = 'Pau&se' OnClick = ToggleManualMenusClick end object miResume: TMenuItem Caption = '&Resume' OnClick = ToggleManualMenusClick end object N1: TMenuItem Caption = '-' end object miNext: TMenuItem Caption = '&Next' OnClick = miNextClick end object miPrevious: TMenuItem Caption = 'Pre&vious' OnClick = miPreviousClick end object miGoto: TMenuItem Caption = '&Goto' end object N2: TMenuItem Caption = '-' end object miExit: TMenuItem Caption = 'E&xit' OnClick = miExitClick end end end